React style background与backgroundSize

react组件行内样式

1
2
3
4
var style = {
background: `#ffffff url(${url})`,
backgroundSize: 'cover'
};

在re-render时backgroundSize丢失,导致图片缩放

https://github.com/facebook/react/issues/5030

坚持原创技术分享,您的支持将鼓励我继续创作!